home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / ACORN-STARTER / START.ARC / !DemConfig_Resources_AutoExec < prev    next >
Encoding:
Text File  |  1995-05-03  |  760 b   |  22 lines

  1. # Commands executed automatically whenever !TCPIP starts up.
  2.  
  3. # Define the machine which receives outgoing mail.
  4. smtp gateway post.demon.co.uk
  5.  
  6. # Send any mail that's waiting in the 'out tray'.
  7. # Note that it's up to Demon to deliver any incoming mail - nothing
  8. # we do affects when that happens (which should be soon after login).
  9. smtp kick
  10.  
  11. # Define the machine from which to get the network time
  12. time server ntp.demon.co.uk
  13. # Reset the Arc's clock according to net time
  14. time set
  15.  
  16. # Define the news server, relating to all files in !TCPIPUser.NNTP
  17. # whose names begin with "Dem".  The "1800" means check for news
  18. # every 30 minutes (assuming you stay logged on for that long).
  19. nntp addserver news.demon.co.uk 1800 Dem
  20. # Start downloading news.
  21. nntp kick Dem
  22.